Moved my ChangeLog entries to the correct ChageLog files.
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Sat, 30 Mar 2013 08:14:31 +0000 (21:14 +1300)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Sat, 30 Mar 2013 08:14:31 +0000 (21:14 +1300)
ChangeLog
doc/misc/ChangeLog
etc/ChangeLog
lisp/ChangeLog

index a8c0c525135fec851ebb43ad27f9c1ceea0b870d..f951f01dbc9edff4e56ec10b53a4d525526dd0ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,8 @@
-2013-03-29  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * etc/NEWS: Added entry for em-tramp change in r112148
-
 2013-03-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
        Subsumed by HAVE_XKB.  All uses changed.
 
-2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * lisp/eshell/em-unix.el: Moved su and sudo to...
-       * lisp/eshell/em-tramp.el: ...Eshell tramp module
-       * doc/misc/eshell.texi: Updated manual to reflect changes.
-
-       External su and sudo commands are now the default; the internal,
-       TRAMP-using variants can still be used by enabling the eshell-tramp
-       module.
-
 2013-03-25  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.ac (HAVE_XKB): Define if Xkb is present.
        not always needed.
        (HAVE_DATA_START): New macro.
 
-2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * lisp/eshell/em-cmpl.el: Corrected "context-related help"
-       keybinding in commentary.
-
 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        Parallelize documentation builds.
        (info-real): Depend on $(INFOS) rather than doing it sequentially.
        (dvi): Depend on $(DVIS) rather than doing it sequentially.
 
-2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
-
-       * doc/misc/eshell.texi: Added documentation for Eshell insert
-       output redirection operator, >>>.
-
 2013-02-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix AIX port (Bug#13650).
index 6c5149c19cb36f5153457e7922962ae09ea10af0..8a452f92fc21ff6ec34b89a65738fe205ce0dfd0 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi: Updated manual to reflect changes.
+
 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Filename Syntax): Host names are not allowed to be
        dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
        dired-read-shell-command, or dired-find-buffer-nocreate.
 
+2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell.texi: Added documentation for Eshell insert
+       output redirection operator, >>>.
+
 2011-02-18  Glenn Morris  <rgm@gnu.org>
 
        * dired-x.texi (Optional Installation File At Point): Simplify.
index 24a0b06c507ad52c899913bdbeebb961f1eb963d..213724bcfb4eb5cabee39dfc2211e2b5755b58b6 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-29  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * NEWS: Added entry for em-tramp change in r112148
+
 2013-03-21  Eric Ludlam  <zappo@gnu.org>
 
        * srecode/ede-autoconf.srt: Change Copyright to FSF.
index cb88f8c0e5e0e83814e2abacea23d2501485aa82..773761b6a780167ec88563696f1d871b36f8f5f1 100644 (file)
        over symbol_words (parallels and leverages `subword-mode' which
        does word motion inside MixedCaseWords).
 
+2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell/em-unix.el: Moved su and sudo to...
+       * eshell/em-tramp.el: ...Eshell tramp module
+
 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
        (eieio-browse-tree, eieio-browse): Use eieio--check-type.
 
 
+2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * eshell/em-cmpl.el: Corrected "context-related help"
+       keybinding in commentary.
+
 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
 
        * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):